fix removal of tomtom test temporary ov2 file (#492)
authorChris Mayo <aklhfex@gmail.com>
Tue, 4 Feb 2020 20:31:39 +0000 (20:31 +0000)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 20:31:38 +0000 (13:31 -0700)
testo.d/tomtom.test

index 3d4d25e213772751fd758d5a996f7d2885c6abe7..7c35f6af7a59ef92f75ec0a347d6fa74e3aa764d 100644 (file)
@@ -19,6 +19,6 @@ rm -f ${TMPDIR}/tomtom.gpx
 gpsbabel -i tomtom -f ${REFERENCE}/tomtom.ov2 -o gpx -F ${TMPDIR}/tomtom.gpx
 compare ${REFERENCE}/tomtom.gpx ${TMPDIR}/tomtom.gpx
 
-rm -f ${TMDIR}/tomtom.ov2
+rm -f ${TMPDIR}/tomtom.ov2
 gpsbabel -i gpx -f ${REFERENCE}/tomtom.gpx -o tomtom -F ${TMPDIR}/tomtom.ov2
 bincompare ${REFERENCE}/tomtom.ov2 ${TMPDIR}/tomtom.ov2